Vcenter Compute Policies DeleteTagsAndPoliciesSpec

Vcenter Compute Policies DeleteTagsAndPoliciesSpec
Vcenter Compute Policies DeleteTagsAndPoliciesSpec

The Vcenter Compute Policies DeleteTagsAndPoliciesSpec schema contains the specification for a batch delete operation using POST /vcenter/compute/policies?action=delete-tags-and-policies.

This schema was added in vSphere API 9.1.1.0.

JSON Example
{
    "policies": [
        "string"
    ]
}
array of string
policies
Required  

Set of identifiers of the policies to be deleted.

This property was added in vSphere API 9.1.1.0.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.compute.Policy. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.compute.Policy.